home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / leda / rel-3_0.txt < prev    next >
Text File  |  1993-07-25  |  2KB  |  50 lines

  1.  
  2.  
  3.                        LEDA 3.0  (11/27/1992)
  4.  
  5.  
  6.  
  7. Version 3.0 of the LEDA library of efficient data types and algorithms
  8. is now available from ftp.cs.uni-sb.de (134.96.7.254) /pub/LEDA
  9.  
  10. Files:
  11.          LEDA-3.0.tar.Z           (template version)
  12.          LEDA-N-3.0.tar.Z         (non-template version)
  13.  
  14. The most important changes with respect to previous versions are
  15.  
  16. a) Parameterized data types are realized by templates. In particular, 
  17.    declare macros used in previous versions are obsolete and the syntax 
  18.    for a parameterized data type D with type parameters T1,... ,Tk now 
  19.    is D<T1,...,Tk> (cf. section 1.2 of the user manual). For C++ compilers 
  20.    not supporting templates there is still a non-template variant "LEDA-N" 
  21.    available.
  22.  
  23. b) Arbitrary data types (not only pointer and simple types) can be used as
  24.    actual type parameters (user manual, section 1.2). 
  25.  
  26. c) For many of the parameterized data types there exist variants taking an 
  27.    additional data structure parameter for choosing a particular implementation
  28.    (section 1.3 of the manual).
  29.  
  30. d) The efficiency of many data structures and algorithms has been improved.
  31.  
  32.  
  33.    !!! See also the "Changes" file in the LEDA root directory !!!
  34.  
  35.  
  36. Stefan Naeher
  37.  
  38.  
  39. P.S.
  40.  
  41. a) This messsage is sent to all members in my list of LEDA users.
  42.    Please let me know if you want to be deleted from the list.
  43.  
  44. b) The list of (potential) LEDA users is getting longer and longer. But we 
  45.    have no idea what all these people do with it. This information, however,
  46.    is very important for the future development of LEDA. So, if you use LEDA
  47.    in a software project, teaching, experiments, ...  could you please send me 
  48.    some information about it ?  Thank you for the cooperation.
  49.  
  50.